價格:免費
更新日期:2013-06-20
檔案大小:117k
目前版本:2.5
版本需求:Android 2.1 以上版本
官方網站:mailto:frattini.fabrice@gmail.com
This scientific calculator contains all the classicals mathematicals functions : ln, log, exp, cos, arccos, etc.
It permits to work with constants as Pi and e.
The Ans function gives the possibility to calculate the first terms of recursive sequences.
Randoms numbers can be used, and associated with Floor and Round functions, for simulating randoms experiences.
---------------------------------------------------------
Recursive sequence :
example : Un+1=1,01Un ans U0=2
2 =
1,01*Ans=
=
=
etc.
----------------------------------------------------------
Random experience :
example : to throw a dice
floor(6*rand+1) =
=
=
=
etc.